Welcome![Sign In][Sign Up]
Location:
Search - edge histogram

Search list

[Graph programJava图像处理

Description: 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology. 1. Geometry Transform(Flip, Rotate, Scale) 2. Color Transform(Histogram, RGB-YSH Translate, Contrast, Level, Equalize in gray) 3. Convolve (Sharpness, Smooth , Edge enhancement, Mean) 4.Frequence Transform (FFT, wavelet reconstruct)
Platform: | Size: 54272 | Author: 徐林 | Hits:

[Special Effectstxclydmj

Description: 很好的一组图象处理源程序,都已经编好了,拿过来就能用的。边缘检测,腐蚀,图象匹配,图象压缩,直方图修正-well as handling a Reuters source, have a good series, as it was can use. Edge detection, corrosion, and image matching, image compression, and so on histogram amendment
Platform: | Size: 3218432 | Author: 玄飞扬 | Hits:

[Special Effectscodesforimageprocessing

Description: 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。-simple image processing, including color to grayscale 256, the Hough transform, Walsh transform, Median filtering, binary conversion, brightness changes, Fourier transform, and color-from the few to admit index, image shifting, image rotation, refined images, image scaling, image mirroring, mean filtering, contrast stretching, Laplacian sharpening (edge detection), block codes, Sharpening gradient, gray balance, histogram equalization, discrete cosine transform, Wiener filter, reverse filtering, threshold transform, Gaussian smoothing.
Platform: | Size: 3359744 | Author: | Hits:

[Special EffectsImageProcessorCourseDesign

Description: ·图像检测:包括显示灰度直方图、Canny算子边缘检测; ·图像增强:包括随机噪声、傅立叶变换、中值滤波、高斯滤波; ·色彩变换:包括彩色->灰度、反色处理、亮度调整、直方图均衡化。 -Image Detection : to show gray histogram, Canny edge detection operator; Image enhancement : including random noise, Fourier transform, filter, Gaussian filter; Color transformation include : Color-
Platform: | Size: 142336 | Author: 第一缕阳光 | Hits:

[Special Effectstexturesq

Description: 基于纹理的图像检索,使用两种方法:局部边缘直方图,改进边缘直方图.支持100*150大小的BMP图像检索.-Texture-based image retrieval, using two methods: Local Edge Histogram, and improve the edge of the histogram. Support 100* 150 size image retrieval BMP.
Platform: | Size: 5434368 | Author: yoyo | Hits:

[Special EffectsDigitalImageProcessing_v1

Description: 本程序主要是一些学习影像处理时会用到的程序,其中包括: color to gray , segement RGB,、mean filter、median filter、user defined thresholding、otsu、Histogram equalization、Sobel edge detection、Prewitt edge detection,并可将边缘侦测所得到的信息以彩色线条贴至原图-This procedure is mainly learning image processing procedures will be used, including: color to gray, segement RGB,, mean filter, median filter, user defined thresholding, otsu, Histogram equalization, Sobel edge detection, Prewitt edge detection, and Edge detection can be the message to paste the image color lines
Platform: | Size: 1389568 | Author: Johnson Huang | Hits:

[Special EffectsTouch_exe

Description: 该软件支持jpg,gif、png图片格式,大致有下列功能: V 0.1 版: 1. 图像放大、缩小、复制、打印、获取当前图像任意位置颜色信息。 2. 显示图像灰度直方图。 3. 灰度统计:图像宽度、高度、最小灰度、最大灰度、灰度均值 Mean、灰度方差 Variance、标准差、偏态 Skewness、峰度系数 Kurtosis、熵 (Entropy)。 4. RGB三原色分离、RGB图转灰度图、灰度均衡、图像可调阈值二值化、图像反色。 5. 图像可调阈值边缘检测:Robert算子;Prewit算子;Sobel算子;Kirsch算子 6. 图像Huffman编码。 7. 调色板、屏幕捕捉、屏幕取色、屏幕上任意两点距离的测量。 -The software supports jpg, gif, png image format, generally have the following functions: V 0.1 version: 1. The image to enlarge, shrink, copy, print, anywhere access to the current image color information. 2. Histogram display images. 3. Grayscale statistics: image width, height, minimum gray level, the largest gray, gray Mean Mean, gray variance Variance, standard deviation, skewness Skewness, kurtosis coefficient of Kurtosis, entropy (Entropy). 4. RGB RGB Separation, RGB to grayscale map, gray balance, adjustable threshold image binarization, image anti-color. 5. Image adjustable threshold edge detection: Robert operator Prewit operator Sobel operator Kirsch operator 6. Image Huffman coding. 7. Palettes, screen capture, get color screen, the screen distance between any two measurements.
Platform: | Size: 1034240 | Author: 郑一一 | Hits:

[Special EffectsedgeDectect

Description: 绘制图像的灰度直方图,并能够进行图像的边缘检测!-Rendering image histogram, and be able to image edge detection!
Platform: | Size: 4076544 | Author: 张若华 | Hits:

[Special EffectsLicensePlate

Description: Visual C++写的车牌自动识别系统(只完成到车牌定位提取一步,字符的识别没有完成,大家有兴趣可以自己完成),功能包括前期图像处理的各种操作,支持各种颜色的bmp图片,二值化、边缘检测、滤波、平滑、直方图处理等等,测试图片也打包进源码了-Visual C++ Written Automatic Vehicle Identification System (only one step to extract license plate location, character identification is not complete, we are interested in can be completed), features include a variety of pre-image processing operation, to support a variety of colors The bmp images, binarization, edge detection, filtering, smoothing, histogram processing, etc., test images are also packaged into the source of the
Platform: | Size: 1909760 | Author: wuyiliang | Hits:

[Special Effectscc

Description: 1. 图像文件的格式;   2. 图像编程的基础-操作调色板;   3. 图像数据的读取、存储和显示、如何获取图像的尺寸等;   4. 利用图像来美化界面;   5. 图像的基本操作:图像移动、图像旋转、图像镜像、图像的缩放、图像的剪切板操作;   6. 图像显示的各种特技效果;   7. 图像的基本处理:图像的二值化、图像的亮度和对比度的调整、图像的边缘增强、如何得到图像的直方图、图像直方图的修正、图像的平滑、图像的锐化等、图像的伪彩色、彩色图像转换为黑白图像、物体边缘的搜索等等; 简单易懂 很好学 -1. Image file format 2. Image of the basic programming- operation of the palette 3. Read image data, storage and display, how to obtain the image size, etc. 4. Use of images to beautify the interface 5. Image basic operations: image movement, image rotation, image mirroring, image scaling, image clipboard operation 6. Image shows a variety of special effects 7. The basic image processing: image binarization, image brightness and contrast adjustments, image edge enhancement, how to get the image histogram, image histogram amendments, image smoothing, image sharpening, etc., images of pseudo- color, color image converted to black and white images, objects and so on the edge of the search Very good easy to understand study
Platform: | Size: 51200 | Author: 刘铁桥 | Hits:

[Graph programedgedir_his

Description: 基于边缘方向直方图的图像检索matlab程序,直方图为提取8个方向的的统计概率,对于花朵、人脸、汽车的检索效果很好。-Edge direction histogram based image retrieval matlab procedures, histogram for the extraction of the eight directions of statistical probability, for flowers, human faces, cars good search results.
Platform: | Size: 7168 | Author: xiaobao | Hits:

[Graph RecognizeEdgeDirectionHistogram

Description: Extracting edge direction histogram features from images. Implement by java.
Platform: | Size: 3072 | Author: 呂維 | Hits:

[Special Effectsbian_yuan_te_zheng_ti_qu

Description: 边缘方向直方图matlab程序,直方图为提取8个方向的的统计概率-Edge direction histogram matlab program, the histogram for the extraction of eight directions of the statistical probability
Platform: | Size: 1024 | Author: yijing | Hits:

[Special Effectsimageprocessing

Description: 第一章 绪论 第二章 C#数字图像处理的3种方法 第三章 点运算及直方图 第四章 几何运算 第五章 数学形态学图像处理 第六章 频率变换 第七章 图像平滑与去燥 第八章 边缘检测 第九章 图像分割 第十章 图像压缩编码 第十一章 彩色图像处理 -Chapter I Introduction Chapter II C# digital image processing methods Chapter 3 point arithmetic and geometric computing histogram Chapter IV Chapter V Chapter VI of morphological image processing frequency conversion of image smoothing and to Chapter VII Chapter VIII dry edge detection image segmentation Chapter IX Chapter X Chapter XI Color Image Compression Image Processing
Platform: | Size: 1214464 | Author: xiewei | Hits:

[Special EffectsDosImage

Description: C/C++图像处理编程 第二章至第九章 内容非常丰富,包括各种图形格式文件的读写操作、各种格式图像显示方法、灰度图、直方图、边缘提取、图像变换等很多内容,如果你是图像处理程序员,那么该软件可以为你提供几乎所有的入门及中高级技巧。-C/C++ image processing program chapter to chapter IX is very rich, including a variety of graphics formats file read and write operations, grayscale, histogram, edge detection, image transformation, and many other content, if you are the image processing members, then the software can provide you almost all entry-and senior skills.
Platform: | Size: 3518464 | Author: 交换链 | Hits:

[matlabedge-of-the-image-histogram

Description: 在MATLAB环境中得到图像的边缘直方图,这对于做此类毕业设计的人很有用。-In the MATLAB environment by the edge of the image histogram, which for those who do such useful graduation.
Platform: | Size: 1024 | Author: chengsao | Hits:

[Special Effectsedge-histogram

Description: 利用mpeg-7中边缘直方图的纹理描述子进行对象检索的系统。-Using the texture description edge histogram of mpeg- 7 for object retrieval system .
Platform: | Size: 3091456 | Author: 康国强 | Hits:

[OpenCVedge-histogram-extraction

Description: 基于Opencv上的图形特侦提取,边缘直方图提取-Based on the graphic special reconnaissance Opencv extraction, edge histogram extraction
Platform: | Size: 167936 | Author: ljw | Hits:

[OpenCVedge-histogram-cv

Description: 利用OpenCV实现图像边缘直方图输出。这是边缘直方图显示程序,贴出来给大家分享一下-Using OpenCV for image edge histogram output. This is the edge of the histogram display program, posted to share with you
Platform: | Size: 106496 | Author: wade | Hits:

[OpenCVEdge-histogram-extraction

Description: 边缘直方图提取,使用opencv2.49库-Edge histogram extraction
Platform: | Size: 5344256 | Author: 孔维斌 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net